Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
@antfu/eslint-config 5.2.2 5.3.0
@aws-sdk/client-s3 3.883.0 3.884.0
@aws-sdk/s3-request-presigner 3.883.0 3.884.0
lucide-vue-next 0.542.0 0.543.0
@cloudflare/workers-types 4.20250906.0 4.20250910.0
rollup 4.46.2 4.50.1
wrangler 4.33.2 4.35.0

Updates @antfu/eslint-config from 5.2.2 to 5.3.0

Release notes

Sourced from @​antfu/eslint-config's releases.

v5.3.0

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e67708b chore: release v5.3.0
  • 6f6e118 chore: update deps
  • 2031bf7 fix: use ecmaVersion 'latest' per eslint's docs recommendation. fixes support...
  • See full diff in compare view

Updates @aws-sdk/client-s3 from 3.883.0 to 3.884.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.884.0

3.884.0(2025-09-08)

New Features
  • clients: update client endpoints as of 2025-09-08 (6f0c981f)
  • client-s3: This release includes backward compatibility work on the "Expires" parameter. (11d390e1)
  • client-securityhub: This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls. (6069734f)
  • client-iotsitewise: Add ComputationModelVersion support in IoT SiteWise APIs (96c925cb)

For list of updated packages, view updated-packages.md in assets-3.884.0.zip

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.884.0 (2025-09-08)

Features

  • client-s3: This release includes backward compatibility work on the "Expires" parameter. (11d390e)
Commits
  • d5523dc Publish v3.884.0
  • 11d390e feat(client-s3): This release includes backward compatibility work on the "Ex...
  • See full diff in compare view

Updates @aws-sdk/s3-request-presigner from 3.883.0 to 3.884.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.884.0

3.884.0(2025-09-08)

New Features
  • clients: update client endpoints as of 2025-09-08 (6f0c981f)
  • client-s3: This release includes backward compatibility work on the "Expires" parameter. (11d390e1)
  • client-securityhub: This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls. (6069734f)
  • client-iotsitewise: Add ComputationModelVersion support in IoT SiteWise APIs (96c925cb)

For list of updated packages, view updated-packages.md in assets-3.884.0.zip

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.884.0 (2025-09-08)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

Commits

Updates lucide-vue-next from 0.542.0 to 0.543.0

Release notes

Sourced from lucide-vue-next's releases.

Version 0.543.0

What's Changed

Full Changelog: lucide-icons/lucide@0.542.0...0.543.0

Commits

Updates @cloudflare/workers-types from 4.20250906.0 to 4.20250910.0

Commits

Updates rollup from 4.46.2 to 4.50.1

Release notes

Sourced from rollup's releases.

v4.50.1

4.50.1

2025-09-07

Bug Fixes

  • Resolve a situation where a destructuring default value was removed (#6090)

Pull Requests

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

v4.49.0

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)

v4.48.1

... (truncated)

Changelog

Sourced from rollup's changelog.

4.50.1

2025-09-07

Bug Fixes

  • Resolve a situation where a destructuring default value was removed (#6090)

Pull Requests

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)

4.48.1

2025-08-25

... (truncated)

Commits
  • 79d5563 4.50.1
  • 7fb50f9 Call includeNode for self or children nodes in includeDestructuredIfNecessary...
  • 235dc74 perf: replace startsWith with strict equality (#6094)
  • a2744ea feat(www): shorter repl shareables (#6088)
  • 298609e chore(deps): lock file maintenance minor/patch updates (#6092)
  • 3d9de27 fix(deps): update rust crate swc_compiler_base to v33 (#6091)
  • 592e7d7 4.50.0
  • 06df2d6 Split up changelog file
  • 38a5c6d Add support for openharmony-arm64 platform (#6081)
  • bd02778 Return null to defer to the default resolution behavior (#6084)
  • Additional commits viewable in compare view

Updates wrangler from 4.33.2 to 4.35.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

  • #10491 5cb806f Thanks @​zebp! - Add traces, OTEL destinations, and configurable persistence to observability settings

    Adds a new traces field to the observability settings in your Worker configuration that configures the behavior of automatic tracing. Both traces and logs support providing a list of OpenTelemetry compliant destinations where your logs/traces will be exported to as well as an implicitly-enabled persist option that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.

Patch Changes

[email protected]

Minor Changes

  • #10478 cc47b51 Thanks @​danielrs! - Beta feature preview_urls is now disabled by default.

    This change makes preview_urls disabled by default when it's not provided, making the feature opt-in instead of opt-out.

Patch Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.35.0

Minor Changes

  • #10491 5cb806f Thanks @​zebp! - Add traces, OTEL destinations, and configurable persistence to observability settings

    Adds a new traces field to the observability settings in your Worker configuration that configures the behavior of automatic tracing. Both traces and logs support providing a list of OpenTelemetry compliant destinations where your logs/traces will be exported to as well as an implicitly-enabled persist option that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.

Patch Changes

4.34.0

Minor Changes

  • #10478 cc47b51 Thanks @​danielrs! - Beta feature preview_urls is now disabled by default.

    This change makes preview_urls disabled by default when it's not provided, making the feature opt-in instead of opt-out.

Patch Changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `5.2.2` | `5.3.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.883.0` | `3.884.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.883.0` | `3.884.0` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.542.0` | `0.543.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20250906.0` | `4.20250910.0` |
| [rollup](https://github.com/rollup/rollup) | `4.46.2` | `4.50.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.33.2` | `4.35.0` |



Updates `@antfu/eslint-config` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v5.2.2...v5.3.0)

Updates `@aws-sdk/client-s3` from 3.883.0 to 3.884.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.884.0/clients/client-s3)

Updates `@aws-sdk/s3-request-presigner` from 3.883.0 to 3.884.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.884.0/packages/s3-request-presigner)

Updates `lucide-vue-next` from 0.542.0 to 0.543.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.543.0/packages/lucide-vue-next)

Updates `@cloudflare/workers-types` from 4.20250906.0 to 4.20250910.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `rollup` from 4.46.2 to 4.50.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.46.2...v4.50.1)

Updates `wrangler` from 4.33.2 to 4.35.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.884.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.884.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-vue-next
  dependency-version: 0.543.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250910.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wrangler
  dependency-version: 4.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2025
Copy link

cloudflare-workers-and-pages bot commented Sep 10, 2025

Deploying doocs-md with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3f15bd9
Status:🚫  Build failed.

View logs

Copy link

⚡️ Deploying PR Preview...

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/minor-and-patch-09906b5ce7 branch September 14, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants